func github.com/golang/protobuf/proto.isWhitespace

2 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L543: 	for i < len(p.s) && (isWhitespace(p.s[i]) || p.s[i] == '#') {
		text_decode.go#L787: func isWhitespace(c byte) bool {